projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12bcd3b
)
* s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
author
Jim Blandy
<jimb@redhat.com>
Sat, 3 Jul 1993 21:11:51 +0000
(21:11 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 3 Jul 1993 21:11:51 +0000
(21:11 +0000)
versions of gethostbyname and such that use the DNS.
src/s/sunos4-1.h
patch
|
blob
|
history
diff --git
a/src/s/sunos4-1.h
b/src/s/sunos4-1.h
index 61885d747c652e4f7a2cd9909c8380612d721722..e62ea220382889ba19d3e379b9b023b12492527e 100644
(file)
--- a/
src/s/sunos4-1.h
+++ b/
src/s/sunos4-1.h
@@
-13,3
+13,7
@@
/* Cause the compilation of oldxmenu to use the right -I option. */
#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
+
+/* Ethan Bradford <ethanb@kepler.astro.washington.edu> says this allows
+ open-network-stream to find remote hosts. */
+#define LIBS_SYSTEM -lresolv